home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / rcmplb30.zip / README.TXT < prev   
Text File  |  1994-02-20  |  5KB  |  112 lines

  1. RCmpLib v3.0 - 20/02/94       (c) 1994 Rolf van Gelder, All rights reserved
  2. ---------------------------------------------------------------------------
  3.  
  4. RCmpLib - Clipper Library with Compression Functions
  5.  
  6. ---------------------------------------------------------------------------
  7.  
  8. Packing list :
  9.  
  10. Dutch.REG               - Registration form (for DUTCH users)
  11. RCmpDemo.PRG            - Demo program for CA-Clipper v5.xx
  12. RCmpDemS.PRG            - Demo program for Nantucket Clipper Summer '87
  13. RCmpLib.CH              - Header File for CA-Clipper v5.xx
  14. RCmpLib.DOC             - Documentation file
  15. RCmpLib.LIB             - RCmpLib Library for CA-Clipper v5.xx
  16. RCmpLib.NG              - Norton Guide with function descriptions
  17. RCmpLib.REG             - International registration form
  18. RCmpS87.LIB             - RCmpLib Library for Nantucket Clipper Summer '87
  19. ReadMe.TXT              - This file
  20.  
  21. ---------------------------------------------------------------------------
  22.  
  23. To compile and link the demo programs :
  24.  
  25. CA-CLIPPER v5.XX :
  26.  
  27.    Clipper  RCmpDemo /N
  28.    RtLink   File RCmpDemo Lib RCmpLib  - or -
  29.    Blinker  File RCmpDemo Lib RCmpLib  - or -
  30.    ExoSpace File RCmpDemo Lib RCmpLib EXO PAC INT10
  31.  
  32. NANTUCKET CLIPPER SUMMER '87 :
  33.  
  34.    Clipper  RCmpDemo
  35.    PLink86  File RCmpDemS Lib RCmpS87  - or -
  36.    Blinker  File RCmpDemS Lib RCmpS87
  37.  
  38. ---------------------------------------------------------------------------
  39.  
  40. History :
  41. v3.0  (20/02/94) - Brand new version of the library, completely rewritten
  42.                  - Many new features added
  43.  
  44. v2.0  (20/09/93) - ExoSpace compatible library added (RCmpExo.lib)
  45.                  - <nCmpFact> parameter added to R_Compress()
  46.                  - New function: R_LastErr()
  47.                  - Updated error codes (in RCmpLib.CH)
  48.                  - CAUTION ! Files that are compressed using RCmpLib v1.xx
  49.            can't be decompressed using RCmpLib v2.0 !
  50.  
  51. v1.2  (15/09/93) - Initialization error corrected
  52.                  - Bug in the Clipper Summer '87 version corrected
  53.                    (First byte of a decompressed file was always 00h ...)
  54.  
  55. v1.1  (04/09/93) - Error corrected while linking with RTLINK
  56.                  - Separate library for Clipper Summer '87 added
  57.  
  58. ---------------------------------------------------------------------------
  59.  
  60. ALSO AVAILABLE FROM THE SAME AUTHOR :
  61.  
  62. ---------------------------------------------------------------------------
  63. RPCXLib v1.0 
  64.  
  65. CA-Clipper Library with many GRAPHIC functions, a.o. :
  66.  
  67. - Display PCX-files on EGA, VGA and even SuperVGA
  68. - Manipulate EGA and VGA color palettes
  69. - Mix your own Clipper colors
  70.  
  71. ---------------------------------------------------------------------------
  72. RBarLib v1.0 
  73.  
  74. CA-Clipper Library with PROGRESSION BAR functions, a.o. :
  75.  
  76. - INDEX function with progression bar display
  77. - PACK  function with progression bar display
  78.   This PACK function also reorganizes memo-files !
  79.  
  80. ---------------------------------------------------------------------------
  81. RFntLib v1.0 
  82.  
  83. CA-Clipper Library with SCREEN FONT functions, featuring :
  84.  
  85. - Functions to install screen fonts under Clipper
  86. - Sophisticated Screen Font Editor
  87. - Many ready-to-use EGA/VGA screen fonts
  88. - Utility to change the screen font for use under DOS
  89.  
  90. ---------------------------------------------------------------------------
  91.  
  92.  UN-Registered demo versions of these libraries can, world-wide, be found
  93.  on BBS-es, FTP-Servers, Simtel mirrors, CD-ROMS, UserGroups etc.
  94.  You have to look for them in the CLIPPER and/or DATABASE directories.
  95.  
  96.  If you can't locate the library you are interested in, just send a letter
  97.  to the address as listed below.
  98.  You have to include US $ 5 (IN CASH !!!) for handling, floppy, etc.
  99.  I will ship the demo version as soon as possible.
  100.  Don't forget to mention which library you are interested in ....
  101.  
  102. ---------------------------------------------------------------------------
  103. FOR FURTHER INFORMATION :
  104.  
  105. ┌─────────────────────────────────────────────────────────────────────────╖
  106. │     #####     #####     --+--  R o l f   v a n   G e l d e r  --+--     ║
  107. │    #   #     #         Binnenwiertzstraat 27      5615 HG  EINDHOVEN    ║
  108. │   #####     # ###                    THE NETHERLANDS                    ║
  109. │  # #   # # #   #          CompuServe: >INTERNET:rcrolf.urc.tue.nl       ║
  110. │ #   #  #  #####     Internet: rcrolf@urc.tue.nl  Bitnet: rcrolf@heitue5 ║
  111. ╘═════════════════════════════════════════════════════════════════════════╝
  112.